Test Flow Templates
A Test Flow Template is a list of Actions performed during test runs, such as connecting to a target, sending test cases based on a Message Template(s), receiving and processing data, and disconnecting from the target.
The Engine performs the Actions within the Test Flow Template in several cycles producing a new test case at each iteration based on the Message Templates assigned to the Send Action(s). The Actions are executed in a linear fashion in order of appearance. However, Session Variables, Condition Groups and Callbacks can be used to implement stateful and dynamic test flows.
You can create Test Flow Templates using:
- The Flow Template Designer of the user interface
- The Python API of the SDK
The following sections of the documentation will discuss how to work with Test Flow Templates using the Flow Template Designer and the Python API.